[Java Stripes] How can I use List of object with Stripes "option" tag ?
Posted
by cscsaba242
on Stack Overflow
See other posts from Stack Overflow
or by cscsaba242
Published on 2010-03-27T21:46:36Z
Indexed on
2010/03/27
21:53 UTC
Read the original article
Hit count: 374
Hello,
I have a List of object, produced by JPA q.getResultList(). I would like to use it in a drop down, but Stripes "option" tag cant accept List, just Collection, Enum and Map. Im new to Java, that why perhaps the List can translated to each of them but I dont know how can I solve this issue.
(Stripes select,option-map,-enumeration, -collection can build up a drop down from previous mentioned input object structures )
Thanks advance
© Stack Overflow or respective owner